home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / campki~1.zip / CAMPKILL.TXT < prev    next >
Text File  |  1996-10-05  |  5KB  |  154 lines

  1.                   ---------------------------------------
  2.                       Camper-Killer, Next-Level Cycler,
  3.                        Item Randomizer & Fairness-mod
  4.                   ---------------------------------------
  5.                        "a first QuakeC project...."
  6.                   ---------------------------------------
  7.                   By: Marc Bell  EMAIL: d45f45@msn.com
  8.                 http://members.tripod.com/~drucod/quake.htm
  9.                               "MoDeM-MoNsTeR"
  10.                 -------------------------------------------
  11. V1.3
  12. ----
  13. New stuff!
  14. 1) Camper-Killer is now awesome! It measures how far a player has walked 
  15.    in a given time and warns twice, second time hurts too ;-) before
  16.    Gibbing the offender!  This removes the shooting-bugs that the camper-
  17.    killer used to have! and stops players simple rocking-back-and-forth
  18.    to avoid the wrath of the patch!
  19. 2) Teleweapons patch by Ronald E. Mercer has been incorporated to allow
  20.    players to chase their opponents and shoot through teleporters!
  21. 3) All QuakeC code has been updated to ID's 1.05 release.
  22.  
  23.  
  24.  
  25. V1.2
  26. ----
  27.  
  28. Major new stuff added!
  29. 1) Camper-Killer is still on and some of it's bugs (i.e. camper-killing
  30.    you when you're firing and running frantically is fixed-I think?)
  31. 2) Level order is now not random (as it kept screwing up) but follows a 
  32.    regular mixed-up pattern.
  33.    1st level on bootoing the server can be pushed by cmd-line "+map start"
  34.    for example. i.e. "seed" value is supplied.
  35. 3) Players have health limit of 150 now... Stops un-sporting instant 
  36.    deaths upon carnation next to a guy with a rocket ;-)
  37. 4) Items on level now re-spawn randomly in different locations.... Helps 
  38.    keep players moving around for even less camping...
  39. 5) Shotguns now do 60% more damage so they're actually useful ;-)
  40. 6) Rockets/Grenades do only 50% damage of what they did... Stops the guy 
  41.    in red-armour and rocket trouncing everyone so easily...
  42. 7) The axe now does 70 points of damage to encourage more close-combat!!!!
  43.  
  44. These changes seem to make the games a bit more balanced if players don't 
  45. know all the levels.
  46. They also make players move-about more, improving their hand-to-hand combat 
  47. and sniping too!!!
  48.  
  49.  
  50. V1.1
  51. -----
  52. Bug Fixes:  
  53. Fixed the random-level generation so as to never repeat the same 
  54. level twice in a row.  Changes level list too.
  55. Modified the camper-killer to take off 2 frags for each camping offence.
  56.  
  57. V1.0 Intro.
  58. -----------
  59. This is a QuakeC patch designed to serve two purposes:
  60. (1) To Broadcast "Camper Alerts" and then gibbing the camper on three strikes!
  61. (2) To randomly pick from a set of levels, the next-level.
  62.  
  63. This was due to time spent playing on a LAN at lunch with 10 other guys.
  64.  
  65. Before I ran the camper-killer on the server there were a couple of players who were
  66. occasionally doing really well (on levels favouring camping) despite the fact we knew 
  67. they were real-poor players....
  68.  
  69. After the patch was on...it showed up how BAD they really were.... ;-)
  70.  
  71. The patch has really livened up play here!
  72.  
  73. .....but then the boredom set in.....some people got good ;-), some
  74. people stayed poor ;-(    The good guys knew levels, the poor didn't.
  75. So I put item-randomizer on and increased health's & damages' to help
  76. "balance" the game.... 
  77.  
  78.  
  79. --------------
  80. What's it for?
  81. --------------
  82. The patch is deathmatch oriented and is to be installed on the server only.
  83. For REGISTERED QUAKE ONLY.
  84.  
  85. ----------------------
  86. Bugs/Unwanted Features:
  87. ----------------------
  88.  
  89. Object-Spawning sometime hangs server? Or is that just me?! ;-)
  90. Any more? Please advise!
  91.  
  92.  
  93. --------------
  94. How to install:
  95. --------------
  96.  
  97. This section assumes that you are a server administrator & that you have QuakeC (duh).
  98.  
  99. - create the directory C:\QUAKE\campkill
  100. - create the directory C:\QUAKE\campkill\progs
  101. - copy the .qc files into C:\QUAKE\campkill\progs
  102. - copy all of the other .qc's from your QCC area into here too.
  103. - Compile the .qc's by qccdos.exe or whatever...this produces the file
  104.     C:\QUAKE\campkill\progs.dat
  105. - start a server by 
  106.         QUAKE -GAME campkill
  107.  
  108. Still to Do:
  109. -----------
  110. Also need to monitor whether the console is down or not... if so the killer
  111. could be disabled..they may be talking etc....
  112.  
  113.  
  114. Editing:
  115. -------
  116. Just search for MRB to find my bits...
  117.  
  118.  
  119. Files:
  120. -----
  121. client.qc
  122. defs.qc
  123. player.qc
  124. weapons.qc
  125. items.qc
  126. combat.qc
  127. triggers.qc
  128. camper.qc
  129. progs.src
  130. campkill.txt  (this)
  131.  
  132.  
  133. Copyright:
  134. ---------
  135.  
  136. Copyright (C) 1996 Marc Bell
  137.  
  138. Modify the source but acknowledge me ;-)
  139.  
  140.  
  141. Acknowledgements:
  142. ----------------
  143. Idea's from other teamplay / DM patches...
  144.     Psycho Prisoner (QuakeAdmin@mc.net)
  145.     Johannes Plass (plass@dipmza.physik.uni-mainz.de)
  146.  
  147. V1.2:
  148. Item Randomizer:   Charlie Turano [Trent] (cturano@ix.netcom.com)
  149.  
  150. V1.3
  151. Camper-Killer (Proximity) : Thanks to: James Starling (starling@mgl.ca)
  152. Teleporting Weapons : Ronald E. Mercer [the_DM] (rmercer@interramp.com)
  153.  
  154.